Skip to main content

Client Byte Range Requests

(QW.HttpRangeRequests)

Overview

This is a private feature developed by Qwilt. This feature is available for Media Delivery only.

Use this feature to enable/disable support for client byte range requests. Range request support is enabled by default. When this feature is disabled, any byte range specified in the client request is disregarded, and the complete file is delivered.

Example

{
"generic-metadata-type": "MI.PrivateFeature.Qwilt.QW.HttpRangeRequests",
"generic-metadata-value": {
"enable": false
}
}

Supported Properties

FieldValid ValuesDescription
enabletrue
false
Allow range requests (default)
Disable range requests